home *** CD-ROM | disk | FTP | other *** search
- object frmExt: TfrmExt
- Left = 632
- Top = 619
- Width = 466
- Height = 381
- Caption = 'Entpacken von Dateien'
- Color = clBtnFace
- Constraints.MinHeight = 300
- Constraints.MinWidth = 466
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poMainFormCenter
- Scaled = False
- OnClose = FormClose
- OnCreate = FormCreate
- OnKeyDown = FormKeyDown
- OnResize = FormResize
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object sbExt: TStatusBar
- Left = 0
- Top = 328
- Width = 458
- Height = 19
- Panels = <
- item
- Width = 120
- end
- item
- Width = 120
- end>
- SimplePanel = False
- end
- object pExtDir: TPanel
- Left = 0
- Top = 0
- Width = 458
- Height = 33
- Align = alTop
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 1
- object lDest: TLabel
- Left = 4
- Top = 10
- Width = 73
- Height = 13
- Caption = 'Zielverzeichnis:'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object cbDest: TComboBox
- Left = 104
- Top = 6
- Width = 345
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- ItemHeight = 13
- TabOrder = 0
- Text = 'C:\'
- OnChange = cbDestChange
- end
- end
- object pOptions: TPanel
- Left = 0
- Top = 33
- Width = 458
- Height = 295
- Align = alClient
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 2
- object ftExtDir: TFolderTree
- Left = 4
- Top = 8
- Width = 237
- Height = 279
- Active = True
- FolderOptions = [foNetworkNeighborhood]
- OnChange = ftExtDirChange
- ShowRoot = False
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Indent = 19
- ParentFont = False
- TabOrder = 0
- end
- object btnExt: TButton
- Left = 254
- Top = 262
- Width = 90
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'btnExt'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = btnExtClick
- end
- object btnNewDir: TButton
- Left = 254
- Top = 232
- Width = 90
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'Neuer Ordner'
- TabOrder = 1
- OnClick = btnNewDirClick
- end
- object btnCancel: TButton
- Left = 359
- Top = 262
- Width = 92
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 3
- OnClick = btnCancelClick
- end
- object pExtOpts: TPanel
- Left = 248
- Top = 6
- Width = 209
- Height = 131
- Anchors = [akTop, akRight]
- BevelOuter = bvNone
- TabOrder = 4
- object rgFileOpt: TRadioGroup
- Left = 6
- Top = 3
- Width = 199
- Height = 61
- Anchors = [akRight]
- Caption = 'Dateien'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemIndex = 0
- Items.Strings = (
- '*'
- '*')
- ParentFont = False
- TabOrder = 0
- end
- object cbDirNames: TCheckBox
- Left = 6
- Top = 68
- Width = 199
- Height = 17
- Anchors = []
- Caption = 'Verzeichnisse wiederherstellen'
- Checked = True
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- State = cbChecked
- TabOrder = 1
- OnKeyDown = tdirKeyDown
- end
- object cbOverwrite: TCheckBox
- Left = 6
- Top = 88
- Width = 199
- Height = 17
- Anchors = []
- Caption = '�berschreiben vorhandener Dateien'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- end
- object cbUpdate: TCheckBox
- Left = 6
- Top = 108
- Width = 199
- Height = 17
- Anchors = []
- Caption = '�ltere Dateien �berspringen'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- end
- end
- end
- end
-